Clean up embedding api
authorAlexander Larsson <alexl@redhat.com>
Wed, 1 Jul 2009 12:36:36 +0000 (14:36 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 1 Jul 2009 12:36:36 +0000 (14:36 +0200)
commit10bf7ca74459a68440e23ecb26c2b037b81aefd1
tree54fc197a53e2184d3f4453e212c2d2d868880f2b
parent681c3c288b958cd11cdf31dced1b65ee4520aef5
Clean up embedding api

we now use gdk_offscreen_window_set_embedder() instead of a signal
to get the parent. This also replaces set_has_offscreen_changes.

Rename "parent" in all embedding related names to "embedder" to make it
more obviously different than the normal parent.

Rename gdk_window_get_offscreen_pixmap to gdk_offscreen_window_get_pixmap
to match the other offscreen calls.

Rename gdk_window_offscreen_children_changed to gdk_window_geometry_changed
as this is more descriptive.
gdk/gdk.symbols
gdk/gdkdisplay.c
gdk/gdkinternals.h
gdk/gdkoffscreenwindow.c
gdk/gdkwindow.c
gdk/gdkwindow.h
tests/gtkoffscreenbox.c